|
Given an atomic DEVS model, simulation algorithms are methods to generate the model's legal behaviors which are trajectories not to reach to illegal states. (see Behavior of DEVS). () originally introduced the algorithms that handle time variables related to ''lifespan'' and ''elapsed time'' . Since the behavior of a given atomic DEVS model can be defined in two different views depending on the total state and the external transition function (refer to Behavior of DEVS), the simulation algorithms are also introduced in two different views as below. == Common parts == Regardless of two different views of total states, algorithms for initialization and internal transition cases are commonly defined as below. DEVS-simulator variables: parent // parent coordinator // time of last event // time of next event // the associated Atomic DEVS model when receive init-message(Time ) when receive star-message(Time ) if then error: bad synchronization; send y-message() to parent; 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Simulation algorithms for atomic DEVS」の詳細全文を読む スポンサード リンク
|